home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 June / CHIP Turkiye Haziran 1997.iso / shar / wincmd / install.bin / WINCMD32.EXE / 0 / RCDATA / TASSOCIATEDLG / TASSOCIATEDLG.txt
Text File  |  1996-12-31  |  2KB  |  116 lines

  1. object ASSOCIATEDLG: TASSOCIATEDLG
  2.   Tag = 1
  3.   Left = 242
  4.   Top = 109
  5.   HelpContext = 130
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Associate'
  9.   ClientHeight = 174
  10.   ClientWidth = 389
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Tag = 6
  21.     Left = 4
  22.     Top = 2
  23.     Width = 296
  24.     Height = 15
  25.     AutoSize = False
  26.     Caption = 'All files with &extension (ending with):'
  27.     FocusControl = id_as_extension
  28.     WordWrap = True
  29.   end
  30.   object Associatewith: TLabel
  31.     Tag = 7
  32.     Left = 4
  33.     Top = 24
  34.     Width = 296
  35.     Height = 15
  36.     AutoSize = False
  37.     Caption = '&Associate with:'
  38.     FocusControl = id_as_assotiations
  39.     WordWrap = True
  40.   end
  41.   object id_as_extension: TComboBox
  42.     Left = 305
  43.     Top = 1
  44.     Width = 80
  45.     Height = 21
  46.     ItemHeight = 13
  47.     MaxLength = 255
  48.     Sorted = True
  49.     TabOrder = 0
  50.     OnChange = id_as_extensionChange
  51.   end
  52.   object id_as_assotiations: TComboBox
  53.     Left = 4
  54.     Top = 42
  55.     Width = 296
  56.     Height = 131
  57.     Style = csSimple
  58.     ItemHeight = 13
  59.     MaxLength = 255
  60.     Sorted = True
  61.     TabOrder = 1
  62.     OnChange = id_as_assotiationsChange
  63.   end
  64.   object Ok: TButton
  65.     Tag = 4001
  66.     Left = 305
  67.     Top = 66
  68.     Width = 80
  69.     Height = 23
  70.     Caption = 'Ok'
  71.     Default = True
  72.     TabOrder = 3
  73.     OnClick = OkClick
  74.   end
  75.   object Cancel: TButton
  76.     Tag = 4002
  77.     Left = 305
  78.     Top = 91
  79.     Width = 80
  80.     Height = 23
  81.     Cancel = True
  82.     Caption = 'Cancel'
  83.     TabOrder = 4
  84.     OnClick = CancelClick
  85.   end
  86.   object id_as_search: TButton
  87.     Tag = 5
  88.     Left = 305
  89.     Top = 41
  90.     Width = 80
  91.     Height = 23
  92.     Caption = '&Browse...'
  93.     TabOrder = 2
  94.     OnClick = id_as_searchClick
  95.   end
  96.   object id_globalhelp: TButton
  97.     Tag = 4003
  98.     Left = 305
  99.     Top = 116
  100.     Width = 80
  101.     Height = 23
  102.     Caption = '&Help'
  103.     TabOrder = 5
  104.     OnClick = id_globalhelpClick
  105.   end
  106.   object Translate1: TTranslate
  107.     Tag = 5020
  108.     Left = 352
  109.     Top = 144
  110.   end
  111.   object ResolutionFix1: TResolutionFix
  112.     Left = 316
  113.     Top = 144
  114.   end
  115. end
  116.